-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor update workflow signature #9688
Refactor update workflow signature #9688
Conversation
CodSpeed Performance ReportMerging #9688 will not alter performanceComparing Summary
|
982ca1b
to
a15a674
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9688 +/- ##
==========================================
+ Coverage 91.72% 91.73% +0.01%
==========================================
Files 426 426
Lines 26550 26550
==========================================
+ Hits 24352 24356 +4
+ Misses 2198 2194 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks like a good change, I think there should be one more commit propagating this change into
|
Came another review at the same time requesting changes
a15a674
to
b087917
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM
Issue
Resolves #9607
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable